We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a649bc commit 03e8e56Copy full SHA for 03e8e56
.github/workflows/release.yml
@@ -15,12 +15,10 @@ jobs:
15
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
16
- name: release
17
uses: svenstaro/upload-release-action@2.2.1
18
- env:
19
- RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
20
with:
21
repo_token: ${{ secrets.GITHUB_TOKEN }}
22
file: zola-shortcodes-netlify-cms.js
23
- asset_name: "zola-shortcodes-netlify-cms-${RELEASE_VERSION}.js"
+ asset_name: "zola-shortcodes-netlify-cms-${{ steps.vars.outputs.tag }}.js"
24
tag: ${{ github.ref }}
25
body: "No defference between script on the release and raw one in the repository"
26
overwrite: true
0 commit comments