Skip to content

Commit

Permalink
fix: fixing the release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Oct 4, 2024
1 parent 140a7a5 commit 6a89046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name: Release
on:
push:
branches: [ main ]
branches: [ 'fix_release' ]
workflow_dispatch:

jobs:
Expand All @@ -35,6 +35,7 @@ jobs:
- name: Create .gpg key
run: |
echo $GPG_KEY_ARMOR > ./release.asc
md5sum "$GITHUB_WORKSPACE/release.gpg"
gpg --quiet --output $GITHUB_WORKSPACE/release.gpg --dearmor ./release.asc
echo "Build and publish"
Expand Down

0 comments on commit 6a89046

Please sign in to comment.