Skip to content

Commit

Permalink
ci: swap semantic-release/github
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Dec 8, 2022
1 parent c37c813 commit 3014da1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Get VR Address Tools
run: git clone https://github.com/alandtse/vr_address_tools.git .
- name: Checkout
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down Expand Up @@ -56,6 +56,7 @@ jobs:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
@semantic-release/github@"https://registry.npmjs.org/@achingbrain/semantic-release-github/-/semantic-release-github-0.0.0.tgz"
working_directory: ./fallout_vr_address_library
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3014da1

Please sign in to comment.