Skip to content

Commit

Permalink
build: change workflow reference to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Jan 1, 2022
1 parent 2373685 commit ea9040a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
run: go test -race ./...
release-check:
if: ${{ github.ref != 'refs/heads/v2' }}
uses: pelletier/go-toml/.github/workflows/release.yml@docker
uses: pelletier/go-toml/.github/workflows/release.yml@v2
with:
args: --snapshot

0 comments on commit ea9040a

Please sign in to comment.