Skip to content

Commit e15d411

Browse files
Update GitHub Actions release workflow to prepend 'v' to version tag for S3 uploads to match wallet urls
1 parent 229b4b8 commit e15d411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ jobs:
103103
- name: s3 Upload
104104
env:
105105
AWS3: ${{ vars.MS_S3_BUCKET }}
106-
TAG: ${{ inputs.version }}
106+
TAG: v${{ inputs.version }}
107107
run: aws s3 cp artifacts/plugin/deweb-plugin_*_zip/deweb-plugin_*.zip s3://${AWS3}/plugins/deweb/${TAG}/

0 commit comments

Comments
 (0)