Skip to content

Commit e20c3ee

Browse files
committed
start of release action
1 parent 9c16175 commit e20c3ee

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/release.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,16 @@ permissions:
2020
contents: read
2121

2222
jobs:
23-
noop:
23+
version_seal:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- name: noop
27-
run: |
28-
echo "noop"
26+
- id: version
27+
name: version
28+
uses: ./.github/version
29+
with:
30+
new_version: ${{ inputs.version }}
31+
- id: seal
32+
name: seal
33+
uses: ./.github/seal
34+
with:
35+
prefix: source

0 commit comments

Comments
 (0)