Skip to content

Commit 5d482a9

Browse files
committed
Fix the publishing workflow
1 parent bf2cdb5 commit 5d482a9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
name: Build & Push Docker Images
2929
runs-on: ubuntu-latest
3030

31+
needs: publish-npm
32+
3133
permissions:
3234
contents: read
3335
packages: write

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.1
2+
3+
No changes (fix the publishing workflow)
4+
15
# 0.2.0
26

37
- Add the `ghcr.io/n-e/actions-oidc-trigger:slim` and `ghcr.io/n-e/actions-oidc-trigger:docker-cli` Docker images

0 commit comments

Comments
 (0)