Skip to content

Commit

Permalink
ci: try release signing infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
artek-koltun committed Jul 13, 2023
1 parent c8c0660 commit 5704881
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Release

on:
workflow_dispatch:
release:
types: [published]

jobs:
release-docker:
uses: ./.github/workflows/test.yml
secrets: inherit
release-signing:
runs-on: ubuntu-latest
needs: validate
steps:
- name: signing
run: |
echo "RELEASE!"
echo "12345abcdef" > release.sig

0 comments on commit 5704881

Please sign in to comment.