Skip to content

Commit cc56f32

Browse files
OmniBladegiulianobelinassi
authored andcommitted
[CI] Fix delisted action.
1 parent 003a929 commit cc56f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Create Development release
1212
if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/vanilla' }}
13-
uses: "0xDylan/action-auto-releases-n20@v1.1"
13+
uses: "marvinpinto/action-automatic-releases@latest"
1414
with:
1515
repo_token: "${{ secrets.GITHUB_TOKEN }}"
1616
automatic_release_tag: "latest"

0 commit comments

Comments
 (0)