Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
harrywm committed Mar 23, 2023
1 parent eeaba2b commit bb99be5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- '.github/workflows/**'

env:
NPM_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
# AWS
AWS_DEFAULT_REGION: eu-west-2
AWS_REGION: eu-west-2
Expand Down Expand Up @@ -39,7 +40,7 @@ jobs:
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
NPM_TOKEN: ${{ env.NPM_TOKEN }}

- name: Bump version and push tag
if: steps.release.outcome == 'success'
Expand Down

0 comments on commit bb99be5

Please sign in to comment.