update README and delete ci for release building
This commit is contained in:
parent
a437c068c8
commit
3310455a70
2 changed files with 9 additions and 40 deletions
32
.github/workflows/build-release.yml
vendored
32
.github/workflows/build-release.yml
vendored
|
|
@ -1,32 +0,0 @@
|
|||
name: Pack Drupal module
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
pack:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: '24'
|
||||
|
||||
- name: Pack module zip
|
||||
run: node scripts/pack-drupal-module.js
|
||||
|
||||
- name: Create release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: ${{ github.ref_name }}
|
||||
name: Release ${{ github.ref_name }}
|
||||
files: ./dfg_3dviewer-drupal.zip
|
||||
Loading…
Add table
Add a link
Reference in a new issue