Skip to content

Commit 3ae8497

Browse files
committed
Cleanup CI workflow: remove commented-out lines in publish job
1 parent 3eaafe4 commit 3ae8497

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,11 @@ jobs:
4646
with:
4747
name: dist
4848
path: dist/
49-
# retention-days: 5 # optional
5049

5150
publish:
5251
needs: [build_and_test]
5352
if: startsWith(github.ref, 'refs/tags/')
5453
runs-on: ubuntu-latest
55-
# If publishing to GitHub Packages you may need: permissions: packages: write
5654
permissions:
5755
contents: read
5856
id-token: write

0 commit comments

Comments
 (0)