Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthlogic committed Jun 20, 2024
1 parent 8f60019 commit bc4f3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fps_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: |
NOW=$(date +'%Y%m%d%H%M%S')
TAG_NAME="v${NOW}"
echo "::set-env name=TAG_NAME::${TAG_NAME}"
echo "TAG_NAME=${TAG_NAME}" >> $GITHUB_ENV
- name: Create release with notes
if: env.no_changes != 'true'
Expand Down

0 comments on commit bc4f3cd

Please sign in to comment.