Skip to content

Commit

Permalink
preid release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed May 21, 2024
1 parent 0b72b32 commit 5bc82af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-preid-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
push:
branches:
# Change this to your branch name where "example-preid" corresponds to the preid you want your changes released on
- feat/example-preid-branch/main
- verification-144273

jobs:
e2e:
Expand All @@ -28,11 +28,11 @@ jobs:

preid-release:
needs:
- e2e
# - e2e
- parse-preid
secrets: inherit
uses: ./.github/workflows/callable-npm-publish-preid.yml
# The preid should be detected from the branch name recommending feat/{PREID}/whatever as branch naming pattern
# if your branch doesn't follow this pattern, you can override it here for your branch.
with:
preid: ${{ needs.parse-preid.outputs.preid }}
preid: verification-144273

0 comments on commit 5bc82af

Please sign in to comment.