Skip to content

Commit

Permalink
changes for tagged release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed Jun 25, 2024
1 parent 6eadba2 commit 03739e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push-preid-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ 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
- feat/token-validation/main

jobs:
e2e:
secrets: inherit
uses: ./.github/workflows/callable-release-verification.yml
# e2e:
# secrets: inherit
# uses: ./.github/workflows/callable-release-verification.yml
parse-preid:
name: Parse preid from branch
runs-on: ubuntu-latest
Expand All @@ -28,7 +28,7 @@ jobs:

preid-release:
needs:
- e2e
# - e2e
- parse-preid
secrets: inherit
uses: ./.github/workflows/callable-npm-publish-preid.yml
Expand Down

0 comments on commit 03739e7

Please sign in to comment.