Skip to content

Merge pull request #11 from ForgeRock/dev #3

Merge pull request #11 from ForgeRock/dev

Merge pull request #11 from ForgeRock/dev #3

Workflow file for this run

name: Tag on merge
on:
push:
branches:
- main
env:
TAG: "$(date +%Y%m%d)"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set tag
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: ${{ steps.set_tag.outputs.PR_TAG }}

Check failure on line 21 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Tag on merge

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 21, Col: 9): Unexpected value 'custom_tag'