Skip to content

Commit 6389762

Browse files
authoredAug 23, 2023
Create flakehub-publish-tagged.yml (#9)
1 parent d5abf34 commit 6389762

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
on:
2+
push:
3+
tags:
4+
- "v*.*.*"
5+
jobs:
6+
publish:
7+
runs-on: "ubuntu-latest"
8+
permissions:
9+
id-token: "write"
10+
contents: "read"
11+
steps:
12+
- uses: "actions/checkout@v3"
13+
- uses: "DeterminateSystems/nix-installer-action@main"
14+
- uses: "DeterminateSystems/flakehub-push@main"
15+
with:
16+
visibility: "public"
17+
name: "vic/gleam"

0 commit comments

Comments
 (0)
Failed to load comments.