Skip to content

create release from sample-vanilla #2

create release from sample-vanilla

create release from sample-vanilla #2

Workflow file for this run

name: Create release
on:
push:
tags:
- v*
permissions:
contents: write
env:
tag: ${{ github.ref }}
file-name: sample-vanilla-${{ github.ref }}.zip
jobs:
release:
name: Release pushed tag
runs-on: ubuntu-latest
steps:
- name: Upload sample
uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
name: Sample/Resource packs ${{ tag }}

Check failure on line 25 in .github/workflows/create-release.yml

View workflow run for this annotation

GitHub Actions / Create release

Invalid workflow file

The workflow is not valid. .github/workflows/create-release.yml (Line: 25, Col: 17): Unrecognized named-value: 'tag'. Located at position 1 within expression: tag
repo_token: ${{ secrets.GITHUB_TOKEN }}
overwrite: true
allowUpdates: true
generateReleaseNotes: true