Skip to content

Commit

Permalink
Update n9e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaobelief authored Dec 14, 2023
1 parent adf803d commit 8bb44f0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/n9e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Release

on:
push:
tags:
- 'v*'
branches: [ "bitsland" ]
pull_request:
branches: [ "bitsland" ]
env:
GO_VERSION: 1.18

Expand All @@ -19,10 +20,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
Expand Down

0 comments on commit 8bb44f0

Please sign in to comment.