Skip to content

Commit

Permalink
#16671 - Simplify run command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Jan 27, 2025
1 parent d5196d5 commit 20eda2f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,7 @@ jobs:

- name: Get the release version
id: get-version
run: |
echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
# echo ::set-output name=version::${GITHUB_REF#refs/tags/}
# echo "version=${GITHUB_REF#refs/tags/}" >> "$GITHUB_ENV" # This needs to be checked
run: echo "version=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV

- name: Download Phalcon build artifacts
id: download
Expand Down

0 comments on commit 20eda2f

Please sign in to comment.