Skip to content

Commit

Permalink
fix: Fix for semantic-release (#44)
Browse files Browse the repository at this point in the history
Missed force push before merge to capture env vars

Signed-off-by: John McBride <[email protected]>
  • Loading branch information
jpmcb authored Sep 1, 2023
1 parent 657c879 commit c1fd755
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Cross build
run: |
#!/usr/bin/env bash
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
release:
name: Semantic release
runs-on: ubuntu-latest
permissions:
contents: write
timeout-minutes: 10
steps:

- name: "☁️ Checkout repository"
uses: actions/checkout@v3
with:
Expand All @@ -22,4 +25,6 @@ jobs:
id: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SKIP_NPM_PUBLISH: true
SKIP_DOCKER_PUBLISH: true
uses: open-sauced/release@v2

0 comments on commit c1fd755

Please sign in to comment.