Merge pull request 'Fix: Branch-Name-Anpassung und Tool-Version-Update in CI/CD-Workflows' (#2) from feature/gitea-actions into dev
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
@@ -3,7 +3,7 @@ name: Dev Build, Publish & Preview Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- testing
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
@@ -17,6 +17,7 @@ jobs:
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
cache: false
|
||||
|
||||
- name: Install Packaging Tools
|
||||
run: |
|
||||
|
||||
@@ -11,12 +11,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Install Rust Toolchain
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
cache: false
|
||||
|
||||
- name: Install Packaging Tools
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user