Skip to content

Commit

Permalink
Fixing syntax error on github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
Guney Saramali committed Jun 18, 2024
1 parent f2411f1 commit 6326a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/set-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Version
run: |
export plain_tag=$(TAG_NAME=${{ github.ref_name }} echo $TAG_NAME | cut -d "-" -f 2)
echo ::set-output name=version::$plain_tag
echo :::set-output name=version::plain_tag
- name: Set version
run: ./scripts/set-version.sh ${{ steps.Version.outputs.version }}
Expand Down

0 comments on commit 6326a1c

Please sign in to comment.