Skip to content

Commit

Permalink
Replace workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Feb 27, 2025
1 parent 8711b58 commit 54cb78b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 160 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/crate-dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

name: Create crate dist
on:
push:
tags:
- '*'

jobs:
crate-dist:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Create crate dist
uses: projg2/crate-dist-action@v1
with:
directories: .

160 changes: 0 additions & 160 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 54cb78b

Please sign in to comment.