Skip to content

Commit 35d2663

Browse files
author
Bastian Schwarz
committed
Update workflows to release versions
1 parent 14a675a commit 35d2663

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ on:
1717

1818
jobs:
1919
ci:
20-
uses: codenamephp/workflows.php/.github/workflows/ci.yml@main
20+
uses: codenamephp/workflows.php/.github/workflows/ci.yml@1
2121
with:
2222
php-versions: '["8.0", "8.1", "8.2", "8.3"]'

.github/workflows/prepare-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ on:
77

88
jobs:
99
calculate_next_version:
10-
uses: codenamephp/workflows.common/.github/workflows/calculate-next-version.yml@main
10+
uses: codenamephp/workflows.common/.github/workflows/calculate-next-version.yml@1
1111
draft_release:
1212
needs: calculate_next_version
13-
uses: codenamephp/workflows.common/.github/workflows/draft-release.yml@main
13+
uses: codenamephp/workflows.common/.github/workflows/draft-release.yml@1
1414
with:
1515
version: ${{ needs.calculate_next_version.outputs.version }}
1616
update_changelog:
17-
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@main
17+
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@1
1818
needs: calculate_next_version
1919
with:
2020
ref: ${{github.ref_name}}
2121
future-release: ${{ needs.calculate_next_version.outputs.version }}
22-
release-branch: 'release'
22+
release-branch: 'release'

.github/workflows/update-changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77

88
jobs:
99
update_changelog:
10-
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@main
10+
uses: codenamephp/workflows.common/.github/workflows/update-changelog.yml@1
1111
with:
12-
ref: ${{github.ref_name}}
12+
ref: ${{github.ref_name}}

0 commit comments

Comments
 (0)