We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a551c05 commit e6b53e2Copy full SHA for e6b53e2
1 file changed
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
run: deno task test
88
89
- name: Release
90
- if: ${{ github.ref == 'refs/heads/main' }}
+ if: ${{ github.ref == 'refs/heads/ss' }}
91
uses: softprops/action-gh-release@master
92
env:
93
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments