Skip to content

Commit

Permalink
Fixing the manual release action
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Mar 15, 2024
1 parent cd27ffa commit 981707d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1
with:
strip_v: true
- uses: actions/checkout@v4

- name: Pack NuGet
run: dotnet pack -p:PackageVersion=${{inputs.version}} -c Release -o ./nuget -p:Version=${{inputs.version}}
Expand Down

0 comments on commit 981707d

Please sign in to comment.