Skip to content

Commit 3acfb60

Browse files
authored
ci: set publishing action timeout (#40)
1 parent b2868d9 commit 3acfb60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
- 'main'
77
jobs:
88
publish:
9+
name: 📦 Publish
10+
runs-on: ubuntu-latest
11+
timeout-minutes: 5
912
permissions:
1013
# Needed by googleapis/release-please-action@v4
1114
contents: write
1215
pull-requests: write
1316
# Needed by `npm publish --provenance`
1417
id-token: write
15-
runs-on: ubuntu-latest
1618
steps:
1719
- name: 🍄 Bump package version, create GitHub release, and update changelog
1820
uses: googleapis/release-please-action@v4

0 commit comments

Comments
 (0)