ci/use-checkout-for-pushs #102

Merged
servostar merged 2 commits from ci/use-checkout-for-pushs into main 2024-11-25 14:50:39 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit ddf0ba0a88 - Show all commits

View File

@ -15,10 +15,6 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: Tag Release Commit
env:
COMMIT_MESSAGE: ${{github.event.head_commit.message}}