fix it
This commit is contained in:
parent
f3a4a0d488
commit
6859ea71ba
2 changed files with 2 additions and 9 deletions
|
|
@ -19,13 +19,6 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: curl -fsSL https://bun.sh/install | bash && echo "$HOME/.bun/bin" >> "$GITHUB_PATH"
|
run: curl -fsSL https://bun.sh/install | bash && echo "$HOME/.bun/bin" >> "$GITHUB_PATH"
|
||||||
|
|
||||||
- name: Configure git auth
|
|
||||||
shell: bash
|
|
||||||
env:
|
|
||||||
GITEA_TOKEN: ${{ inputs.gitea-token }}
|
|
||||||
GITEA_URL: ${{ inputs.gitea-url }}
|
|
||||||
run: git remote set-url origin "https://oauth2:${GITEA_TOKEN}@${GITEA_URL#https://}/${GITHUB_REPOSITORY}.git"
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: bun install --frozen-lockfile
|
run: bun install --frozen-lockfile
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* @type {import('semantic-release').GlobalConfig}
|
* @type {import('semantic-release').GlobalConfig}
|
||||||
*/
|
*/
|
||||||
export default {
|
module.exports = {
|
||||||
repositoryUrl: "https://code.quickbasic.org/sigitex/<<repo>>.git",
|
repositoryUrl: "https://code.quickbasic.org/sigitex/<<repo>>.git",
|
||||||
branches: ["main"],
|
branches: ["main"],
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|
@ -10,4 +10,4 @@ export default {
|
||||||
["@semantic-release/npm", { npmPublish: false }],
|
["@semantic-release/npm", { npmPublish: false }],
|
||||||
"@markwylde/semantic-release-gitea",
|
"@markwylde/semantic-release-gitea",
|
||||||
],
|
],
|
||||||
}
|
};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue