We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820848a commit 126f420Copy full SHA for 126f420
.github/workflows/publish-plugin-and-cli-from-branch.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
# "You can make an environment variable available to any subsequent steps in a workflow job by
42
# defining or updating the environment variable and writing this to the GITHUB_ENV environment file."
43
- echo "VERSION="$(date +%Y).$(date +%-m)"" >> $GITHUB_ENV
+ echo "VERSION="$(date +%Y).$(date +%-m).${GITHUB_RUN_NUMBER}"" >> $GITHUB_ENV
44
echo "POSTFIX=${{ github.event.inputs.version-postfix }}" >> $GITHUB_ENV
45
46
- name: Create version with postfix
0 commit comments