Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
Release version 2.0 (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfb committed Nov 19, 2020
1 parent e979491 commit eb9df7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- '4.2'
- '4.4'
- '5.0'
- '5.2'

steps:
- uses: actions/checkout@v2
Expand All @@ -56,7 +57,7 @@ jobs:
pip install jinja2-cli
- name: Extract tag name
run: echo ::set-env name=TAG_NAME::${GITHUB_REF/refs\/tags\//}
run: echo "TAG_NAME=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV

- name: Generate template
run: |
Expand Down

0 comments on commit eb9df7f

Please sign in to comment.