Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail authored Jan 25, 2024
1 parent eed6bd9 commit 80110df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Rimuovi la 'v' dalla versione
id: set_version
run: echo "::set-output name=version::$(echo 'v1.1.1' | sed 's/^v//')"
run: echo "version=$(echo 'v1.1.1' | sed 's/^v//')" >> $GITHUB_OUTPUT

- name: Usa la versione modificata
run: echo "La versione è ${{ steps.set_version.outputs.version }}"
Expand Down

0 comments on commit 80110df

Please sign in to comment.