Skip to content

Commit

Permalink
Merge pull request #6 from iodigital-com/ci-fix
Browse files Browse the repository at this point in the history
Rename pipelines
  • Loading branch information
crysxd authored Jul 17, 2024
2 parents 63183b1 + e48d42d commit 48d2727
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Release

# Controls when the workflow will run
on:
Expand All @@ -20,7 +20,7 @@ jobs:

- name: Build distribution
id: build
run: gradle clean check publishPlugins -PAzureBuildNumber="${{ github.run_id }}" -Pgradle.publish.key="${{ secrets.GRADLE_PUBLISH_KEY }}" -Pgradle.publish.secret="${{ secrets.GRADLE_PUBLISH_SECRET }}"
run: gradle clean check publishPlugins -PAzureBuildNumber="${{ github.run_id }}" -Pgradle.publish.key="${{ secrets.GRADLE_PUBLISH_KEY }}" -Pgradle.publish.secret="${{ secrets.GRADLE_PUBLISH_SECRET }}" --no-build-cache

- name: Create tag
uses: tvdias/github-tagger@v0.0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Test

on:
pull_request:
Expand Down

0 comments on commit 48d2727

Please sign in to comment.