mirror of
https://github.com/morten-olsen/http.md.git
synced 2026-02-08 00:46:28 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e79f9e958 |
11
.github/workflows/main.yaml
vendored
11
.github/workflows/main.yaml
vendored
@@ -20,7 +20,7 @@ env:
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write
|
||||
packages: read
|
||||
|
||||
jobs:
|
||||
@@ -92,7 +92,7 @@ jobs:
|
||||
|
||||
release:
|
||||
permissions:
|
||||
contents: write
|
||||
contents: read
|
||||
packages: write
|
||||
attestations: write
|
||||
id-token: write
|
||||
@@ -132,11 +132,6 @@ jobs:
|
||||
git config user.name "Github Actions Bot"
|
||||
git config user.email "<>"
|
||||
node ./scripts/set-version.mjs $(git describe --tag --abbrev=0)
|
||||
pnpm publish --no-git-checks --access public
|
||||
pnpm publish --access public
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: "docs: generated README"
|
||||
file_pattern: "*.md"
|
||||
|
||||
Reference in New Issue
Block a user