Skip to content

Commit

Permalink
Update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lucetre committed Sep 28, 2023
1 parent 6a25d5c commit c0cecb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-notes-after-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set version tag
id: set-version
run: |
echo "tag=v$(date '+%Y%m%d-%H%M%S').R${{ inputs.revision-id }}-${{ inputs.microservice }}" >> $GITHUB_OUTPUT
echo "tag=v$(date '+%Y%m%d%H%M%S').R${{ inputs.revision-id }}-${{ inputs.microservice }}" >> $GITHUB_OUTPUT
- name: Create a tag on the input commit (gh-api)
if: false
Expand Down

0 comments on commit c0cecb9

Please sign in to comment.