Skip to content

Commit

Permalink
Hotfix: workflow run-semver path
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Apr 22, 2024
1 parent aa8d51d commit 172f2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

tag:
if: github.ref == 'refs/heads/master'
uses: singnet/das/scripts/semver/semver.yml@master
uses: singnet/das/.github/workflows/run-semver.yml@master
with:
version: ${{ github.event.inputs.version }}
version-strategy: bump-version-from-variable-value
Expand Down

0 comments on commit 172f2d5

Please sign in to comment.