Skip to content

Commit ca60fc5

Browse files
chore: fix bug in release workflows
1 parent c1edcff commit ca60fc5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/release-agent.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ jobs:
164164
uses: softprops/action-gh-release@v1
165165
with:
166166
files: projects/agent/dist/*.whl
167-
tag_name: ${{ github.ref_name }}
168167

169168
build-docker-image:
170169
name: Build and Push Agent Docker Image

.github/workflows/release-simunet.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ jobs:
164164
uses: softprops/action-gh-release@v1
165165
with:
166166
files: projects/simunet/dist/*.whl
167-
tag_name: ${{ github.ref_name }}
168167

169168
build-docker-image:
170169
name: Build and Push Simunet Docker Image

0 commit comments

Comments
 (0)