Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackieli-tes committed Oct 22, 2024
1 parent 9c1dc7d commit cd050af
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,20 @@ jobs:
release:
runs-on: [ubuntu-latest]
steps:
- name: Configure git for private gitlab repo
- name: Clone envs from gitlab
run: |
git clone https://${{ secrets.GITLAB_CR_USER }}:${{ secrets.GITLAB_CR_PAT }}@gitlab.com/target-digital-transformation/environment-store.git
ls -R .
git clone https://gitlab-ci-token:${{ secrets.GITLAB_CR_PAT }}@gitlab.com/target-digital-transformation/environment-store.git .
# - name: Set up Go
# uses: actions/setup-go@v5
# - name: Run GoReleaser
# uses: goreleaser/goreleaser-action@v6
# with:
# # either 'goreleaser' (default) or 'goreleaser-pro'
# distribution: goreleaser
# # 'latest', 'nightly', or a semver
# version: '~> v2'
# args: release --clean
- name: Set up Go
uses: actions/setup-go@v5
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
# 'latest', 'nightly', or a semver
version: '~> v2'
args: release --clean
#
# - uses: goreleaser/goreleaser-action@v2
# with:
Expand Down

0 comments on commit cd050af

Please sign in to comment.