AUR publish actions: Remove checkingout of tag (#42)
This commit is contained in:
parent
ffaab52752
commit
546f56f873
8
.github/workflows/AUR_publish.yml
vendored
8
.github/workflows/AUR_publish.yml
vendored
|
@ -14,11 +14,6 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# Checks out the latest tag
|
||||
- run: |
|
||||
git stash save "Action stashing changes"
|
||||
latestTag=$(git describe --abbrev=0 --tags)
|
||||
git checkout $latestTag
|
||||
|
||||
- name: Publish AUR Stable package
|
||||
uses: ulises-jeremias/github-actions-aur-publish@v1
|
||||
|
@ -42,9 +37,6 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# Checks out the the Master branch
|
||||
- run: |
|
||||
git checkout master
|
||||
|
||||
- name: Publish AUR -git package
|
||||
uses: ulises-jeremias/github-actions-aur-publish@v1
|
||||
|
|
Loading…
Reference in a new issue