From 8ee368d284e27cb1ae83047d7b569ba1155ad32a Mon Sep 17 00:00:00 2001 From: trog Date: Thu, 12 Oct 2023 17:20:27 -0400 Subject: [PATCH 1/5] test --- .github/workflows/create_release.yml | 38 ++++++++++++++-------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 2403227..7730db5 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -47,23 +47,23 @@ jobs: draft: false prerelease: false - - name: Trigger Build and Publish - id: trigger_build_and_publish - uses: actions/create-release@latest - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ steps.get_version.outputs.version }} - release_name: Release ${{ steps.get_version.outputs.version }} - body: | - Release ${{ steps.get_version.outputs.version }} - draft: false - prerelease: false + # - name: Trigger Build and Publish + # id: trigger_build_and_publish + # uses: actions/create-release@latest + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # with: + # tag_name: ${{ steps.get_version.outputs.version }} + # release_name: Release ${{ steps.get_version.outputs.version }} + # body: | + # Release ${{ steps.get_version.outputs.version }} + # draft: false + # prerelease: false - - name: Trigger Docker Workflow - if: success() # You can adjust this condition based on your needs - run: | - curl -XPOST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ - -H "Accept: application/vnd.github.everest-preview+json" \ - https://api.github.com/repos/${{ github.repository }}/dispatches \ - --data '{"event_type": "trigger-docker-workflow"}' + # - name: Trigger Docker Workflow + # if: success() # You can adjust this condition based on your needs + # run: | + # curl -XPOST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ + # -H "Accept: application/vnd.github.everest-preview+json" \ + # https://api.github.com/repos/${{ github.repository }}/dispatches \ + # --data '{"event_type": "trigger-docker-workflow"}' From 28c2ac2ceeb736b6f8cbd6f56b08ed84fe852005 Mon Sep 17 00:00:00 2001 From: mtrogman Date: Thu, 12 Oct 2023 21:20:47 +0000 Subject: [PATCH 2/5] Bump version to 0.8.1 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index a3df0a6..6f4eebd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.0 +0.8.1 From ae6cec67e31eb3b50edd8718e69ddb48c2a91564 Mon Sep 17 00:00:00 2001 From: mtrogman Date: Thu, 12 Oct 2023 21:22:15 +0000 Subject: [PATCH 3/5] Bump version to 0.9.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 6f4eebd..ac39a10 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.1 +0.9.0 From 8caeae90224b0bc1e4f6f93b5f82079981440413 Mon Sep 17 00:00:00 2001 From: trog Date: Thu, 12 Oct 2023 17:24:27 -0400 Subject: [PATCH 4/5] test --- .github/workflows/create_release.yml | 42 ++++++++++++++-------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 7730db5..0dcb105 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -40,30 +40,30 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ steps.get_version.outputs.version }} - release_name: Release ${{ steps.get_version.outputs.version }} + tag_name: ${{ github.ref }} + release_name: Release ${{ github.ref }} body: | Release ${{ steps.get_version.outputs.version }} draft: false prerelease: false - # - name: Trigger Build and Publish - # id: trigger_build_and_publish - # uses: actions/create-release@latest - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # with: - # tag_name: ${{ steps.get_version.outputs.version }} - # release_name: Release ${{ steps.get_version.outputs.version }} - # body: | - # Release ${{ steps.get_version.outputs.version }} - # draft: false - # prerelease: false + - name: Trigger Build and Publish + id: trigger_build_and_publish + uses: actions/create-release@latest + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + tag_name: ${{ github.ref }} + release_name: Release ${{ github.ref }} + body: | + Release ${{ github.ref }} + draft: false + prerelease: false - # - name: Trigger Docker Workflow - # if: success() # You can adjust this condition based on your needs - # run: | - # curl -XPOST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ - # -H "Accept: application/vnd.github.everest-preview+json" \ - # https://api.github.com/repos/${{ github.repository }}/dispatches \ - # --data '{"event_type": "trigger-docker-workflow"}' + - name: Trigger Docker Workflow + if: success() # You can adjust this condition based on your needs + run: | + curl -XPOST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ + -H "Accept: application/vnd.github.everest-preview+json" \ + https://api.github.com/repos/${{ github.repository }}/dispatches \ + --data '{"event_type": "trigger-docker-workflow"}' From e5e861737ee99c8bb9203b1da7fdeb462ccb8f5c Mon Sep 17 00:00:00 2001 From: mtrogman Date: Thu, 12 Oct 2023 21:24:42 +0000 Subject: [PATCH 5/5] Bump version to 0.9.1 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ac39a10..f374f66 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 +0.9.1