🐛 Fix release.yml GitHub workflow

This commit is contained in:
M. Mert Yildiran 2023-03-19 21:20:01 +03:00
parent e1ada1768d
commit bdaa626f30
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

View File

@ -14,14 +14,14 @@ jobs:
name: Build and publish a new release name: Build and publish a new release
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
- name: Check out the repo
uses: actions/checkout@v3
- name: Version - name: Version
id: version id: version
shell: bash shell: bash