mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 10:38:33 -04:00
ci: Updated release-please.
This commit is contained in:
1
.github/workflows/odin.yml
vendored
1
.github/workflows/odin.yml
vendored
@@ -26,7 +26,6 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
make version.odin
|
||||
odin build . -o:speed -out:envr
|
||||
|
||||
- name: Test
|
||||
|
||||
6
.github/workflows/release-please.yml
vendored
6
.github/workflows/release-please.yml
vendored
@@ -2,6 +2,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- odin
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@@ -14,7 +16,7 @@ jobs:
|
||||
release-please:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: googleapis/release-please-action@v4
|
||||
- uses: googleapis/release-please-action@v5
|
||||
with:
|
||||
# this assumes that you have created a personal access token
|
||||
# (PAT) and configured it as a GitHub action secret named
|
||||
@@ -22,4 +24,4 @@ jobs:
|
||||
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
|
||||
# this is a built-in strategy in release-please, see "Action Inputs"
|
||||
# for more options
|
||||
release-type: odin
|
||||
release-type: simple
|
||||
|
||||
Reference in New Issue
Block a user