Skip to content

Commit

Permalink
fix: fixing pr open
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Jul 2, 2024
1 parent c4db9ff commit bda07d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ jobs:
build-certextractor:
name: Builds Cert Extractor
runs-on: ubuntu-22.04
needs: [pr-validation]
needs: [vars, pr-validation]
steps:
- uses: actions/checkout@v4

- uses: bcgov-nr/[email protected]
name: Build Cert Extractor
with:
package: certextractor
tag: ${{ github.event.number }}
tag: ${{needs.vars.outputs.semver}}.PR${{ github.event.number }}
tag_fallback: test
token: ${{ secrets.GITHUB_TOKEN }}
triggers: "certextractor/"
Expand Down

0 comments on commit bda07d4

Please sign in to comment.