Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix integration tests failing on Debian Buster EOL (#1918) (#1919)#34

Fix integration tests failing on Debian Buster EOL (#1918) (#1919)

Fix integration tests failing on Debian Buster EOL (#1918) (#1919) #34

Workflow file for this run

name:Update Major Version Tag and Publish to Registry 📦
on:
push:
tags:
-'v*'
jobs:
update-majorver:
name:Update Major Version Tag
runs-on:ubuntu-latest
steps:
-uses:nowactions/update-majorver@v1.1.2
call-integration-workflow:
name:Verify Major Tag 🚀
needs:update-majorver
secrets:inherit
uses:./.github/workflows/integration.yml
update-registries:
needs:call-integration-workflow
name:Publish to Registries 📦
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v5.0.0
with:
ref:dev
# Setup .npmrc file to publish to npm
-uses:actions/setup-node@v6.0.0
with:
node-version-file:'.node-version'
registry-url:'https://registry.npmjs.org'
scope:'@jamesives'
-name:Configure Git
run:|
git config user.email "iam@jamesiv.es"
git config user.name "James Ives"
-name:Install Yarn
run:npm install -g yarn
-run:yarn install --frozen-lockfile
-run:yarn build
-run:git stash
-name:Set version to match the tag
run:|
VERSION=${GITHUB_REF#refs/tags/v}
npm version $VERSION -m "Release $VERSION 📣"
env:
GITHUB_REF:${{ github.ref }}
-run:git push
# Publish to npm
-run:npm publish --access public
env:
NODE_AUTH_TOKEN:${{ secrets.NPM_TOKEN }}
# Setup .npmrc file to publish to GitHub Packages
-uses:actions/setup-node@v6.0.0
with:
node-version-file:'.node-version'
registry-url:'https://npm.pkg.github.com'
scope:'@jamesives'
-name:Authenticate with the GitHub Package Registry
run:|
echo "//npm.pkg.github.com:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
# Publish to GitHub Packages
-run:npm publish
env:
NODE_AUTH_TOKEN:${{ secrets.GITHUB_TOKEN }}

[8]ページ先頭

©2009-2025 Movatter.jp