Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix: Github action for package.json uses main too now (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
JForsaken authored Apr 20, 2022
1 parent 78e4303 commit 6513a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Get Package Version
id: package-version
uses: martinbeentjes/npm-get-version-action@master
uses: martinbeentjes/npm-get-version-action@main

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit 6513a31

Please sign in to comment.