Skip to content

Fix release CI

Fix release CI #9

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
release:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Amuze ${{ GITHUB_REF:11 }}

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

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 25, Col: 25): Unexpected symbol: 'GITHUB_REF:11'. Located at position 1 within expression: GITHUB_REF:11
body: |
Initial release
draft: false
prerelease: false