Skip to content

Commit

Permalink
Update Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Maroon502 committed Jan 27, 2024
1 parent e69a6bb commit a0725be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 40 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
name: Release-Publish
name: Release-pr

permissions:
pull-requests: write
contents: write

on:
workflow_dispatch:
repository_dispatch:
types: [publish]
push:
branches:
- master
workflow_dispatch:

jobs:
release-publish:
name: Release-Publish
release-pr:
name: Release-plz
runs-on: ubuntu-latest
environment: Cargo
steps:
Expand All @@ -25,7 +27,7 @@ jobs:
git submodule update --init
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name:
- name: cargo update
run: cargo update
- name: Cache
uses: actions/cache@v4
Expand All @@ -42,5 +44,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
with:
command: release
33 changes: 0 additions & 33 deletions .github/workflows/release-pr.yml

This file was deleted.

0 comments on commit a0725be

Please sign in to comment.