There was an error while loading. Please reload this page.
1 parent 40eaba9 commit b3f0423Copy full SHA for b3f0423
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ env:
9
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
10
SLUG: getdave-responsive-navigation-block # optional, remove if GitHub repo name matches SVN slug, including capitalization
11
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12
- VERSION: "v1.0.5"
+ VERSION: "deploy-test" # remove after debug complete
13
jobs:
14
tag:
15
name: New tag
@@ -29,3 +29,4 @@ jobs:
29
uses: softprops/action-gh-release@v1
30
with:
31
files: ${{github.workspace}}/${{ env.SLUG }}.zip
32
+ tag_name: ${{ env.VERSION }}
0 commit comments