Skip to content

Commit

Permalink
ci: fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Oct 16, 2023
1 parent 1b8dbd3 commit 187deab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
uses: requarks/changelog-action@v1
with:
token: ${{ github.token }}
tag: ${{ github.ref_name }}
tag: ${{ needs.plan.outputs.tag }}
- name: "Download artifacts"
uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
uses: requarks/changelog-action@v1
with:
token: ${{ github.token }}
tag: ${{ github.ref_name }}
tag: ${{ needs.plan.outputs.tag }}
- name: "Download artifacts"
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 187deab

Please sign in to comment.