Skip to content

Commit

Permalink
Remove circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
VashingMachine committed Apr 19, 2024
1 parent 17da3e7 commit da34b81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
workflow_run:
workflows: ["Tests"]
types:
- requested
- completed
- in_progress
branches:
- "main"
- "v2/main"
- "testonly"
jobs:
build-and-push:
runs-on: ubuntu-latest
Expand All @@ -18,7 +19,6 @@ jobs:
- name: "Get next tag"
id: getnexttag
run: |
echo "Please run"
export TAG_PATTERN=${{ fromJson('{"refs/heads/main": "v1*", "reds/heads/v2/main": "v2*"}')[github.ref_name] }}
echo nextTag=$(git tag --sort=version:refname | grep -e "$TAG_PATTERN" | tail -1 | awk -F. '{print $1"."$2"."($3+1)}') >> $GITHUB_OUTPUT
- name: "Print tag"
Expand Down

0 comments on commit da34b81

Please sign in to comment.