There was an error while loading. Please reload this page.
1 parent 1e4c20c commit 5ae3c3bCopy full SHA for 5ae3c3b
1 file changed
.github/workflows/main.yml
@@ -49,7 +49,6 @@ jobs:
49
packages: write
50
contents: write
51
needs: [ build ]
52
- if: ${{ github.event_name == 'push' }}
53
steps:
54
- name: Expose GitHub Runtime
55
uses: crazy-max/ghaction-github-runtime@v3
@@ -74,4 +73,3 @@ jobs:
74
73
removeArtifacts: true
75
artifacts: "bin/Release/*.nupkg"
76
token: ${{ secrets.GITHUB_TOKEN }}
77
- if: github.ref_type == 'tag'
0 commit comments