Skip to content

Commit

Permalink
fix: gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
anhoder committed Mar 8, 2023
1 parent 2c28905 commit c1cacb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .env

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout...
uses: actions/checkout@v2
uses: actions/checkout@v3

- run: git fetch --prune --unshallow

- name: Setup go...
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "${{ env.GOLANG_VERSION }}"

- name: branch name
id: branch_name
run: |
echo ::set-output name=RELEASE_TAG::${GITHUB_REF#refs/tags/}
echo "RELEASE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
- name: setup release environment
run: |-
Expand Down

0 comments on commit c1cacb7

Please sign in to comment.