Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lubken committed Sep 20, 2024
1 parent 74fe90f commit d0870af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.name}}/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
./scripts/publish.sh -b true -p "${{ secrets.GITHUB_TOKEN }}" -v "${{ steps.version.outputs.version }}"
evaluation:
if: ${{ github.event.release.prerelease }}
if: {% raw %}${{ github.event.release.prerelease }}{% endraw %}
needs: publish
runs-on: {% raw %}[evaluation, self-hosted, nomad, azure]{% endraw %}

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

production:
if: ${{ !github.event.release.prerelease }}
if: {% raw %}${{ !github.event.release.prerelease }}{% endraw %}
needs: publish
runs-on: {% raw %}[self-hosted, nomad, azure, production]{% endraw %}

Expand Down

0 comments on commit d0870af

Please sign in to comment.