Skip to content

Commit

Permalink
update npm-publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetnow committed Sep 26, 2024
1 parent 97ea5b4 commit 3f58919
Show file tree
Hide file tree
Showing 33 changed files with 175 additions and 172 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
jobs:
publish-npm:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -18,6 +21,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm version from-git --no-git-tag-version
- run: npm publish
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
16 changes: 8 additions & 8 deletions go/city/agent/v2/agent.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions go/city/agent/v2/agent_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go/city/agent/v2/motion.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions go/city/comm/input/v1/comm.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions go/city/config/v1/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions go/city/economy/v1/economy.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3f58919

Please sign in to comment.