mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-06-28 09:04:47 -05:00
pin action/stale and tag debug
This commit is contained in:
6
.github/workflows/pre-release.yaml
vendored
6
.github/workflows/pre-release.yaml
vendored
@ -33,6 +33,9 @@ jobs:
|
||||
}
|
||||
shell: pwsh
|
||||
|
||||
- name: List Tags Before
|
||||
run: git tag
|
||||
|
||||
- name: Create Tag
|
||||
id: create_tag
|
||||
run: |
|
||||
@ -41,6 +44,9 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: List Tags After
|
||||
run: git tag
|
||||
|
||||
- name: Create and Upload Release
|
||||
id: create_release
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
Reference in New Issue
Block a user