We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eaafe4 commit 3ae8497Copy full SHA for 3ae8497
.github/workflows/ci.yml
@@ -46,13 +46,11 @@ jobs:
46
with:
47
name: dist
48
path: dist/
49
- # retention-days: 5 # optional
50
51
publish:
52
needs: [build_and_test]
53
if: startsWith(github.ref, 'refs/tags/')
54
runs-on: ubuntu-latest
55
- # If publishing to GitHub Packages you may need: permissions: packages: write
56
permissions:
57
contents: read
58
id-token: write
0 commit comments