Skip to content

Commit

Permalink
Updated workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
evg4b committed Apr 23, 2023
1 parent 5eebcb9 commit b56e4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
scope: '@octocat'
- run: npm version $(echo "${GITHUB_REF##*/}" | tr -d 'v')
- run: npm version $(echo "${GITHUB_REF##*/}" | tr -d 'v') --git-tag-version=false
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uncors",
"version": "0.0.8",
"version": "0.0.0",
"description": "A simple dev HTTP/HTTPS reverse proxy for replacing CORS headers.",
"keywords": [
"cors",
Expand Down

0 comments on commit b56e4a4

Please sign in to comment.