Skip to content

Commit

Permalink
adjust version back
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Jan 3, 2025
1 parent 11319a5 commit c257c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: ${{ steps.semver_parser.outputs.prerelease }}
- name: set version var for not-tags and upload dir for branches
run: |
echo "GHA_VERSION=$(cat VERSION).$GITHUB_RUN_NUMBER"" >> $GITHUB_ENV && \
echo "GHA_VERSION=$(cat VERSION).$GITHUB_RUN_NUMBER" >> $GITHUB_ENV && \
echo "UPDATE_PATH=$CI_REF_NAME_SLUG" >> $GITHUB_ENV
if: ${{ steps.tagged.outcome == 'skipped' }}
- name: set s3 destination_dir
Expand Down

0 comments on commit c257c54

Please sign in to comment.