Skip to content

Commit

Permalink
chore: Retry 1.1.1 release [skip release]
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbsmith committed Mar 11, 2024
1 parent ee3510f commit dbfd86e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release-web.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Web Release

on:
push:
branches:
- main

workflow_dispatch: # Allow manual triggering of this job in case of failures
inputs:
version:
Expand Down Expand Up @@ -89,9 +93,10 @@ jobs:
with:
github_token: ${{ secrets.GH_RW_TOKEN }}
branch: "main"
tags: true
# Don't push tags here because Changeset pushes them in the Build & Publish step
tags: false

## Create a release on Github.
# Create a release on Github.
- name: Create GH Release
uses: softprops/action-gh-release@v1
env:
Expand All @@ -113,3 +118,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_CI_PUBLISH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_CI_PUBLISH_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tokens-config": "ts-node scripts/tokens-config",
"typecheck": "tsc -p . --noEmit",
"prerelease": "yarn clean:tokens && yarn build:tokens",
"release": "changeset publish --tags latest"
"release": "changeset publish --access public --tags latest"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
Expand Down

0 comments on commit dbfd86e

Please sign in to comment.