Skip to content

Commit 48d2727

Browse files
authored
Merge pull request #6 from iodigital-com/ci-fix
Rename pipelines
2 parents 63183b1 + e48d42d commit 48d2727

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: CI
3+
name: Release
44

55
# Controls when the workflow will run
66
on:
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Build distribution
2222
id: build
23-
run: gradle clean check publishPlugins -PAzureBuildNumber="${{ github.run_id }}" -Pgradle.publish.key="${{ secrets.GRADLE_PUBLISH_KEY }}" -Pgradle.publish.secret="${{ secrets.GRADLE_PUBLISH_SECRET }}"
23+
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
2424

2525
- name: Create tag
2626
uses: tvdias/github-tagger@v0.0.1

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: CI
3+
name: Test
44

55
on:
66
pull_request:

0 commit comments

Comments
 (0)