Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-D-Karpov committed Jul 17, 2024
1 parent 75313a7 commit f3af077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
tag_name: ${{ steps.create_tag.outputs.tag_name }}
release_name: Release ${{ steps.create_tag.outputs.tag_name }}
draft: false
prerelease: false
prerelease: true

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
Expand All @@ -59,4 +59,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: webring
path: webring
path: webring

0 comments on commit f3af077

Please sign in to comment.