Skip to content

Commit

Permalink
first release
Browse files Browse the repository at this point in the history
release
  • Loading branch information
htinaunglu authored Feb 8, 2024
1 parent 1f3aa95 commit a994828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: build
if: github.event_name == 'push' && github.ref == 'refs/tags/*'
# if: github.event_name == 'push' && github.ref == 'refs/tags/*'

steps:
- name: Create Release
Expand Down

0 comments on commit a994828

Please sign in to comment.