Skip to content

Commit

Permalink
Merge pull request #11 from ForgeRock/dev
Browse files Browse the repository at this point in the history
test
  • Loading branch information
paulbsch authored Nov 20, 2024
2 parents f32b2f1 + e905298 commit 2160255
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set tag
run: echo "PR_TAG=$(date +%Y%m%d)" >> $GITHUB_ENV
id: set_tag
run: echo "PR_TAG=$(date +%Y%m%d)" >> $GITHUB_OUTPUT
- name: Create tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: $PR_TAG
custom_tag: ${{ steps.set_tag.outputs.PR_TAG }}

0 comments on commit 2160255

Please sign in to comment.