You've already forked tf2wikipricing
feat: 0.9.0
This commit is contained in:
@@ -13,11 +13,14 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: debian-latest
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4.1.2
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
- name: Read package version
|
||||
uses: tyankatsu0105/read-package-version-actions@v1
|
||||
id: version
|
||||
|
||||
@@ -7,13 +7,16 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: debian-latest
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
version: ${{ steps.version.outputs.version }}
|
||||
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4.1.2
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
- name: Read package version
|
||||
uses: tyankatsu0105/read-package-version-actions@v1
|
||||
id: version
|
||||
@@ -31,7 +34,7 @@ jobs:
|
||||
name: tf2wikipricing
|
||||
path: dist/
|
||||
deploy:
|
||||
runs-on: debian-latest
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Download release artifacts
|
||||
|
||||
Reference in New Issue
Block a user