mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-18 16:03:36 +03:00
change: remove unnecessary publish step
This commit is contained in:
parent
fb2f107403
commit
55a9b34983
1 changed files with 0 additions and 5 deletions
5
.github/workflows/build-push.yml
vendored
5
.github/workflows/build-push.yml
vendored
|
@ -43,11 +43,6 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Publish solution
|
||||
run: dotnet publish $PUBLISH_FLAGS
|
||||
env:
|
||||
PUBLISH_FLAGS: ${{vars.PUBLISH_FLAGS}}
|
||||
|
||||
- name: Setup SSH key
|
||||
run: |
|
||||
install -m 600 -D /dev/null ~/.ssh/id_ed25519
|
||||
|
|
Loading…
Add table
Reference in a new issue