Skip to content

Commit

Permalink
Merge pull request nephio-project#175 from nokia/do-not-create-main-tag
Browse files Browse the repository at this point in the history
Prevent creating "main" tag and release on Github
  • Loading branch information
efiacor authored Jan 30, 2025
2 parents ad9ca84 + df106ce commit ee28f0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/porchctl-dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
Expand All @@ -30,7 +31,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.22.2'
go-version: ">=1.22.2"
- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -45,9 +46,8 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: porchctl.tgz
asset_name: porchctl.tgz
tag: ${{ github.ref }}
tag: dev
overwrite: true
prerelease: true
release_name: Porchctl build from main
body: "This is dev porchctl binary built from main each merge"

0 comments on commit ee28f0b

Please sign in to comment.