Skip to content

v3.19.0

v3.19.0 #42

Workflow file for this run

name: Keep the versions up-to-date
on:
release:
types: [published, edited]
jobs:
run-tag-latest:
runs-on: ubuntu-latest
if: ${{ !env.ACT }}

Check failure on line 10 in .github/workflows/versioning.yml

View workflow run for this annotation

GitHub Actions / Keep the versions up-to-date

Invalid workflow file

The workflow is not valid. .github/workflows/versioning.yml (Line: 10, Col: 9): Unrecognized named-value: 'env'. Located at position 2 within expression: !env.ACT

Check failure on line 10 in .github/workflows/versioning.yml

View workflow run for this annotation

GitHub Actions / Keep the versions up-to-date

Invalid workflow file

The workflow is not valid. .github/workflows/versioning.yml (Line: 10, Col: 9): Unrecognized named-value: 'env'. Located at position 2 within expression: !env.ACT
steps:
- uses: actions/checkout@v2
- uses: Actions-R-Us/actions-tagger@latest
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
with:
publish_latest_tag: 'true'