Skip to content

Commit

Permalink
fix: release config
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahboston committed Aug 30, 2023
1 parent 7e61e88 commit 41e68c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-docker-image-every-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Publish Docker image every release

on:
push:
tags:
- '*'
release:
types: [published]

jobs:
publish-dev:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- run: npm install @semantic-release/git
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_AUTHOR_NAME: elijahboston
GIT_AUTHOR_EMAIL: elijah@nameless.io
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit 41e68c8

Please sign in to comment.