Skip to content

Commit c1ea8fe

Browse files
authored
chore(ci): Use main tag of apify-workflows (#775)
1 parent 2dbb2bd commit c1ea8fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282
steps:
8383
- name: Execute publish workflow
84-
uses: apify/workflows/execute-workflow@execute-workflow-action
84+
uses: apify/workflows/execute-workflow@main
8585
with:
8686
workflow: publish_to_npm.yaml
8787
inputs: '{ "ref": "${{ needs.update_changelog.outputs.changelog_commitish }}", "tag": "beta" }'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-latest
104104
steps:
105105
- name: Execute publish workflow
106-
uses: apify/workflows/execute-workflow@execute-workflow-action
106+
uses: apify/workflows/execute-workflow@main
107107
with:
108108
workflow: publish_to_npm.yaml
109109
inputs: '{ "ref": "${{ needs.update_changelog.outputs.changelog_commitish }}", "tag": "latest" }'

0 commit comments

Comments
 (0)