Skip to content

Commit b3f0423

Browse files
committed
Update to specific tag for debug purposes
1 parent 40eaba9 commit b3f0423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
1010
SLUG: getdave-responsive-navigation-block # optional, remove if GitHub repo name matches SVN slug, including capitalization
1111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12-
VERSION: "v1.0.5"
12+
VERSION: "deploy-test" # remove after debug complete
1313
jobs:
1414
tag:
1515
name: New tag
@@ -29,3 +29,4 @@ jobs:
2929
uses: softprops/action-gh-release@v1
3030
with:
3131
files: ${{github.workspace}}/${{ env.SLUG }}.zip
32+
tag_name: ${{ env.VERSION }}

0 commit comments

Comments
 (0)