Skip to content

Commit d4f468a

Browse files
authored
Merge pull request tetherto#68 from jonathunne/chore/oidc-publish
chore: OIDC workflow, releas prep
2 parents 7f5ab71 + f898852 commit d4f468a

4 files changed

Lines changed: 122 additions & 257 deletions

File tree

.github/workflows/public-publish.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Publish
2+
on:
3+
push:
4+
tags:
5+
- v*
6+
permissions:
7+
id-token: write
8+
contents: write
9+
jobs:
10+
publish:
11+
runs-on: ubuntu-latest
12+
environment:
13+
name: release
14+
name: Publish
15+
steps:
16+
- uses: holepunchto/actions/node-base@v1
17+
- uses: holepunchto/actions/publish@v1

0 commit comments

Comments
 (0)