Skip to content

Commit

Permalink
fix: adjusted yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bielu committed Dec 26, 2023
1 parent 1718c31 commit 74c99cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/buildAndPublishPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
build:
uses: bielu/bielu.GithubActions.Templates/.github/workflows/ci.yml@main
with:
if: github.event_name == 'release'
suffix: ""
elseif: github.event_name == 'pull_request'
suffix: "pr"
else:
suffix: "beta"
if: github.event_name == 'release'
suffix: ""
elseif: github.event_name == 'pull_request'
suffix: "pr"
else:
suffix: "beta"

deploy:
needs: build
Expand Down

0 comments on commit 74c99cc

Please sign in to comment.