Skip to content

Commit

Permalink
test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jan 10, 2024
1 parent ac74b4e commit e5be4c1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/dispatch_build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
with:
isRelease: true
shouldUpload: true
secrets: inherit
secrets: inherit
19 changes: 19 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Dispatch Build

on:
workflow_dispatch:

jobs:
add-tag:
runs-on: ubuntu-latest
steps:
- name: Create Git tag
uses: actions/github-script@v7
with:
script: |
github.git.createRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: "refs/tags/1.0.0-b9-test",
sha: context.sha
})
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
xUser=
xPass=
libVersion=1.0.0-b9

0 comments on commit e5be4c1

Please sign in to comment.