mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 12:51:37 +02:00
chore: run against ref until first release
This commit is contained in:
4
.github/workflows/update-pr.yaml
vendored
4
.github/workflows/update-pr.yaml
vendored
@@ -5,9 +5,9 @@ on:
|
|||||||
name: coverage
|
name: coverage
|
||||||
jobs:
|
jobs:
|
||||||
update-pr:
|
update-pr:
|
||||||
runs-on: ubuntu-latest@a624c4cd0239c469f864c4e46e8aaba9587b9198
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: bcoe/release-please-action
|
- uses: bcoe/release-please-action@a624c4cd0239c469f864c4e46e8aaba9587b9198
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
release-type: node
|
release-type: node
|
||||||
|
|||||||
Reference in New Issue
Block a user