Skip to content

Commit

Permalink
replace marvinpinto (#376)
Browse files Browse the repository at this point in the history
* replace marvinpinto

* bump version

* bump version

* replace marvinpinto

* Update databricks-build-prerelease.yml

* Update dotnet-build-prerelease.yml

* Update dotnet-build-prerelease.yml

* Update databricks-build-prerelease.yml

* Update create-release-tag.yml

* Update databricks-build-prerelease.yml

* Update databricks-build-prerelease.yml

* merge main
  • Loading branch information
rf-halfspace authored May 31, 2024
1 parent 8a96ec2 commit 0c33f02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# BE AWARE --> Updating to a new MAJOR version will delete deprecated versions on a nightly schedule.
# See https://github.com/Energinet-DataHub/.github#release-procedure for details
major_version: 14
minor_version: 5
minor_version: 6
patch_version: 0
repository_path: Energinet-DataHub/.github
usage_patterns: \s*uses:\s*Energinet-DataHub/\.github(.*)@v?(?<version>\d+)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/databricks-build-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
directory: ${{ env.RELEASE_FOLDER_PATH }}

- name: Create prerelease
uses: marvinpinto/action-automatic-releases@6273874b61ebc8c71f1a61b2d98e234cf389b303
uses: Energinet-Datahub/.github/.github/actions/github-create-release@v14
with:
repo_token: ${{ github.token }}
automatic_release_tag: ${{ env.RELEASE_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:

- name: Create pre-release
if: github.event_name == 'pull_request'
uses: marvinpinto/action-automatic-releases@6273874b61ebc8c71f1a61b2d98e234cf389b303
uses: Energinet-Datahub/.github/.github/actions/github-create-release@v14
with:
repo_token: ${{ github.token }}
automatic_release_tag: ${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit 0c33f02

Please sign in to comment.