Skip to content

Commit

Permalink
move CI_TAG to the env block
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Phillips <[email protected]>
  • Loading branch information
rphillips committed Aug 4, 2022
1 parent 9a2c2e9 commit 77fe372
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
CARGO_TERM_COLOR: always
GO_VERSION: '1.18'
ACTION_MSRV_TOOLCHAIN: 1.62.0
CI_TAG: ${{ env.GITHUB_REF_NAME }}

jobs:
build:
Expand Down Expand Up @@ -36,8 +37,6 @@ jobs:
run: cargo build
- name: Create Release Packaging
run: make create-release-packages
env:
CI_TAG: ${{ env.GITHUB_REF_NAME }}
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 77fe372

Please sign in to comment.