Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Push Changes
uses: ad-m/github-push-action@b87afee92c6e70ea888be6203a3e9426fda49839
with:
ssh: true
## ssh: true
atomic: true
branch: main
repository: ${{ github.repository }}
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
with:
ref: main
repository: ${{ github.repository }}
ssh-key: ${{ secrets.SALT_VMTOOLS_RELEASE_KEY }}
## ssh-key: ${{ secrets.SALT_VMTOOLS_RELEASE_KEY }}

- name: Download Release Details
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
with:
ref: main
repository: ${{ github.repository }}
ssh-key: ${{ secrets.SALT_VMTOOLS_RELEASE_KEY }}
## ssh-key: ${{ secrets.SALT_VMTOOLS_RELEASE_KEY }}

- name: Get vmtools-salt.sh on main branch sha256sum
run: |
Expand All @@ -248,7 +248,7 @@ jobs:
with:
ref: main
repository: ${{ github.repository }}
ssh-key: ${{ secrets.SALT_VMTOOLS_RELEASE_KEY }}
## ssh-key: ${{ secrets.SALT_VMTOOLS_RELEASE_KEY }}

- name: Configure Git
shell: bash
Expand All @@ -275,7 +275,7 @@ jobs:
- name: Push Changes
uses: ad-m/github-push-action@b87afee92c6e70ea888be6203a3e9426fda49839
with:
ssh: true
## ssh: true
atomic: true
branch: main
repository: ${{ github.repository }}
Expand All @@ -289,7 +289,7 @@ jobs:
- name: Push Changes
uses: ad-m/github-push-action@b87afee92c6e70ea888be6203a3e9426fda49839
with:
ssh: true
## ssh: true
tags: true
atomic: true
branch: main
Expand Down
Loading