Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnksv committed Feb 26, 2021
1 parent eb67e1e commit 6040d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: Set release version
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
- name: Pack nupkg of Difi.Felles.Utility
run: dotnet pack -p:PackageVersion=$RELEASE_VERSION --configuration Release --no-build --output digipost/packed Difi.Felles.Utility
- name: Pack nupkg of Difi.Felles.Utility.Resources
Expand Down

0 comments on commit 6040d2d

Please sign in to comment.