Skip to content

Commit

Permalink
meta: pin workflow version again (#236)
Browse files Browse the repository at this point in the history
This commit re-pins the workflow version for the release template
reference. It uses an assumed 2.0 which is what we'd need to bump it
to for changing the parameters.
  • Loading branch information
thomasheartman authored Jan 15, 2025
1 parent fdb7d84 commit df7b6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
from-template:
uses: Unleash/.github/.github/workflows/npm-release.yml@meta/update-npm-release-to-use-github-bot
uses: Unleash/.github/.github/workflows/npm-release.yml@v2.0.0
with:
version: ${{ github.event.inputs.version }}
tag: ${{ github.event.inputs.tag }}
Expand Down

0 comments on commit df7b6f0

Please sign in to comment.