Skip to content

Commit

Permalink
Update create-release-notes-after-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucetre authored Oct 8, 2023
1 parent 4777ab0 commit 1a2ba0f
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 @@ -59,6 +59,6 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
MICROSERVICE: ${{ steps.set-version.outputs.microservice }}
PREV_VERSION_TAG: v123.R4
PREV_VERSION_TAG: v202310080646
CURR_VERSION_TAG: ${{ steps.set-version.outputs.tag }}
COMMIT_SHA: ${{ github.sha }}

0 comments on commit 1a2ba0f

Please sign in to comment.