Skip to content

Commit

Permalink
Merge pull request #454 from adamralph/fix-ci-versioning
Browse files Browse the repository at this point in the history
fix CI versioning
  • Loading branch information
adamralph authored Dec 21, 2020
2 parents c840db4 + a5bd4b9 commit f8c4a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: dotnet --info
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
- env:
VERSION: ${{ secrets.VERSION }}
CI_VERSION: ${{ secrets.CI_VERSION }}
run: ${{ matrix.job.build }} --package-tests-sdk ${{ matrix.package-tests.sdk }}
- name: push
env:
Expand Down

0 comments on commit f8c4a95

Please sign in to comment.