mirror of
https://github.com/helfrichmichael/prusaslicer-novnc.git
synced 2024-08-30 18:32:27 +00:00
Fix the GITHUB_TOKEN tag.yml approach.
This commit is contained in:
parent
3fe187e8b6
commit
cc27d0a8da
4
.github/workflows/tag.yml
vendored
4
.github/workflows/tag.yml
vendored
@ -13,8 +13,8 @@ jobs:
|
|||||||
- name: checkout repo content
|
- name: checkout repo content
|
||||||
uses: actions/checkout@v2 # Checkout the repository content to GitHub's runner.
|
uses: actions/checkout@v2 # Checkout the repository content to GitHub's runner.
|
||||||
- name: Tag the latest Prusaslicer if available
|
- name: Tag the latest Prusaslicer if available
|
||||||
with:
|
env:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
chmod +x ./tag_latest_prusaslicer.sh
|
chmod +x ./tag_latest_prusaslicer.sh
|
||||||
./tag_latest_prusaslicer.sh
|
./tag_latest_prusaslicer.sh
|
Loading…
Reference in New Issue
Block a user