mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-09 15:41:14 +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
|
||||
jobs:
|
||||
update-pr:
|
||||
runs-on: ubuntu-latest@a624c4cd0239c469f864c4e46e8aaba9587b9198
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: bcoe/release-please-action
|
||||
- uses: bcoe/release-please-action@a624c4cd0239c469f864c4e46e8aaba9587b9198
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
release-type: node
|
||||
|
||||
Reference in New Issue
Block a user