Skip to content

Commit

Permalink
fix: reference to local action
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr committed Sep 11, 2023
1 parent 0bc3e42 commit e5e2e79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ outputs:
runs:
using: "composite"
steps:
- uses: arwynfr/actions-conventional-versioning/get-newVersion@v3
- uses: actions/checkout@v4
name: Checkout source files

- uses: ./get-newVersion
id: new-github-release
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit e5e2e79

Please sign in to comment.