Skip to content

Commit

Permalink
gha: tweaks/fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
baracudda committed Feb 1, 2024
1 parent e023f46 commit 3accf16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-node-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
environment: default
steps:
- name: "Trigger Node Build"
uses: peter-evans/repository-dispatch@latest
uses: peter-evans/repository-dispatch@v4
with:
token: ${{ secrets.CI_WEBHOOK_TOKEN }}
repository: istresearch/ci-docker
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@ jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@latest
- uses: actions/checkout@v3

- name: "Create Version"
id: version_cfg
run: |-
VER_BUILD=$(date +%-H%M)
#VERSION_NUM="$(date +%y).$(date +%m).$(date +%-d)-${VER_BUILD:0:3}"
VERSION_NUM="$(date +%y).$(date +%m).$(date +%-d)-${VER_BUILD:0:3}"
echo "VERSION_NUM=${VERSION_NUM}" >> $GITHUB_OUTPUT
- name: "Tag release"
uses: actions/create-release@latest
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 3accf16

Please sign in to comment.