Skip to content

Commit 6f38e4c

Browse files
committed
test release 2
1 parent 3d0215e commit 6f38e4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-container.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
id: release
6969
uses: softprops/action-gh-release@v1
7070
with:
71-
tag_name: test
71+
tag_name: test2
7272
env:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474

@@ -80,3 +80,5 @@ jobs:
8080
asset_path: mdaf3.sif
8181
asset_name: mdaf3.sif
8282
asset_content_type: application/octet-stream
83+
env:
84+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)