Skip to content

Commit

Permalink
fix: adding tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanti committed Aug 5, 2024
1 parent 186206b commit d18f7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
run: |
cargo install cargo-get
echo "TAG=v`cargo get package.version`" >> $GITHUB_ENV
echo "tag name $TAG"
echo "tag name ${{ env.TAG }}"
- name: Create tag
uses: rickstaa/action-create-tag@v1
with:
tag: $TAG
tag: ${{ env.TAG }}
tag_exists_error: true
message: "Latest release"

Expand Down

0 comments on commit d18f7e5

Please sign in to comment.