Skip to content

Commit

Permalink
release workflow (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus authored Nov 23, 2023
1 parent 01cb4f9 commit 95ab537
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Publish dependencies on release
on:
push:
tags:
- "**"

jobs:
publish_release:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3

- name: Publish manifest to release
uses: softprops/action-gh-release@v1
with:
files: dependencies.json

0 comments on commit 95ab537

Please sign in to comment.