Skip to content

Merge pull request #8 from ForgeRock/dev #2

Merge pull request #8 from ForgeRock/dev

Merge pull request #8 from ForgeRock/dev #2

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
run: echo "PR_TAG=$(date +%Y%m%d)" >> $GITHUB_ENV
- name: Create tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: $PR_TAG

Check failure on line 20 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: 20, Col: 9): Unexpected value 'custom_tag'